Tegra: set PLAT_LOG_LEVEL_ASSERT macro to LOG_LEVEL_INFO
authorVarun Wadekar <[email protected]>
Thu, 3 Aug 2017 18:38:32 +0000 (11:38 -0700)
committerVarun Wadekar <[email protected]>
Fri, 18 Jan 2019 17:21:51 +0000 (09:21 -0800)
This patch enables prints from asserts() for release/debug builds
on all Tegra platforms.

Change-Id: Ie256437a325a7c5015a10f55aba2287a91b57bca
Signed-off-by: Varun Wadekar <[email protected]>
plat/nvidia/tegra/platform.mk

index 33548b7201cdb6acfc803beae445da9c07a5a76d..37b941ec4cfb95940234e2968ed5e68d86f31185 100644 (file)
@@ -12,6 +12,8 @@ $(eval $(call add_define,CRASH_REPORTING))
 
 # enable assert() for release/debug builds
 ENABLE_ASSERTIONS      :=      1
+PLAT_LOG_LEVEL_ASSERT  :=      40
+$(eval $(call add_define,PLAT_LOG_LEVEL_ASSERT))
 
 # enable dynamic memory mapping
 PLAT_XLAT_TABLES_DYNAMIC :=    1